Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...Watermark Product Solution GroupDocs...document Specify the JPEG image quality Set image size limits Optimize...
In this topic, you will learn how to add area annotation to JPG using C#. It also includes comprehensive steps and code example to insert area annotation to JPG in C#....Watermark Product Family GroupDocs.Merger...communication, adding annotations to images can significantly enhance the...
Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Watermark Product Solution GroupDocs...Word, Excel, PowerPoint and image files, remove the classified...
In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Watermark Product Solution GroupDocs...types of content such as text, images, and video. Common eBook file...
This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Watermark Product Solution GroupDocs...Spreadsheets, etc.) and multi-frame images. Remove page range In the example...
Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...
Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Watermark Product Solution GroupDocs...document Specify the JPEG image quality Set image size limits Optimize...
Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...
Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF Image and extract some additional file format information.
Load a GIF Image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Watermark Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...